declare const CONTAINER_SIZES: { readonly large: 71.25; readonly medium: 45; readonly small: 45; }; export type SizesTypes = keyof typeof CONTAINER_SIZES; export declare const emptyStateStyle: { container: import("@vanilla-extract/recipes").RuntimeFn<{ bordered: { true: { border: `1px solid var(--${string})`; borderRadius: `var(--${string})`; }; }; size: { large: { maxWidth: "71.25rem"; padding: "0 8.75rem"; }; medium: { maxWidth: "45rem"; }; small: { maxWidth: "45rem"; }; }; }>; paddedStack: string; image: Record<"large" | "medium" | "small", string>; }; export {}; //# sourceMappingURL=styles.css.d.ts.map